Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
Management API
Base Resource URL:
https://[server-name]
/api/
v01
/
users
/
[user-name]
Description:
User name of a user, on which action is required.
Available sub-resources:
Resource URL
Description
https://[server-name]
/api/v01/users/[user-name]/
access-info
Represents access information of the given
User
.
https://[server-name]
/api/v01/users/[user-name]/
contact-info
Represents contact information of the given
User
.
https://[server-name]
/api/v01/users/[user-name]/
default-merchant
Represents information on the default
Merchant
, associated with the given user.
https://[server-name]
/api/v01/users/[user-name]/
merchants
Represents
Merchant
s, associated with the given user.
https://[server-name]
/api/v01/users/[user-name]/
resellers
Represents
Reseller
s, associated with the given user.
Supported Actions:
authenticate
Method:
GET
Implicit:
Yes
Returns:
User
*
Consumes:
xurl
Produces:
json, xml
Returns settings of an authenticated user.
Parameters:
#
Name
Type
Required
Default
Description
01
password
String
Yes
User password
delete
Method:
DELETE
Implicit:
Yes
Returns:
ServiceResponse
Consumes:
xurl
Produces:
json, xml
Deletes a selected user from the system.
load
Method:
GET
Implicit:
Yes
Returns:
User
*
Consumes:
xurl
Produces:
json, xml
Returns settings of a selected user.
modify
Method:
POST
Implicit:
Yes
Returns:
User
*
Consumes:
json, xml, xurl
Produces:
json, xml
Updates existing users with the specified values.
Parameters:
#
Name
Type
Required
Default
Description
01
object
User
*
Yes
Updated object information.
Represents user of the system.
02
notificationPolicy
User
*
No
default
If the "default" value is used, the email notification upon user changing password will be sent out to creator.
Represents user of the system.